Click or drag to resize

ServiceMarkAsJunk Method (ItemId, Boolean, Boolean)

Marks as junk.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public MarkAsJunkResponse MarkAsJunk(
	ItemId itemId,
	bool isJunk,
	bool moveItem
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The item identifier.
isJunk
Type: SystemBoolean
if set to true [is junk].
moveItem
Type: SystemBoolean
if set to true [move item].

Return Value

Type: MarkAsJunkResponse
MarkAsJunkResponse.
See Also